[]
Determines whether a new range of items can be inserted in the collection at the specified startingIndex.
public override bool CanInsertRange(int index, IEnumerable<S> items)
Public Overrides Function CanInsertRange(index As Integer, items As IEnumerable(Of S)) As Boolean
| Type | Name | Description |
|---|---|---|
| int | index | |
| IEnumerable<S> | items | The items to be inserted. |
| Type | Description |
|---|---|
| bool |